home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’95 / Reminder Manager / About.h < prev    next >
Text File  |  1989-12-14  |  474b  |  20 lines

  1. /* ===================================
  2.  
  3. File: About.h
  4. Function: Header for this window
  5. History: 11/12/89 Original by Prototyper.  
  6.  
  7. ================================= */
  8.  
  9.  
  10. /* Initialize us so all our routines can be activated */
  11. extern void Init_About(void);
  12.  
  13. /* Close our window */
  14. extern void Close_About(void);
  15.  
  16. /* Open our window and draw everything */
  17. extern void Open_About(void);
  18.  
  19. /* Update our window, someone uncovered a part of us */
  20. extern void Update_About(void);